autogen.sh: replace all $(libbsdiff_srcpath) and $(libglnx_srcpath)
authorGiuseppe Scrivano <gscrivan@redhat.com>
Mon, 23 Feb 2015 10:57:02 +0000 (11:57 +0100)
committerColin Walters <walters@verbum.org>
Tue, 3 Mar 2015 17:16:17 +0000 (12:16 -0500)
commit9e3a018d85511b5928a62da732106e41ec633df8
tree665e685a38d6fd987f25bf815819c7a0c4ed1e99
parent6029f4d8207c89658702ff66889add56503a44c8
autogen.sh: replace all $(libbsdiff_srcpath) and $(libglnx_srcpath)

The variable could be specified more times on the same line, having
something like:

EXTRA_DIST += ./libglnx/README $(libglnx_srcpath)/COPYING

Now the change ensures that it looks like:

EXTRA_DIST += ./libglnx/README ./libglnx/COPYING

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
autogen.sh